This function retrieves the fill value for the specified field.
Result = EOS_GD_GETFILLVALUE(gridID, fieldname, fillvalue)
Returns SUCCEED(0) if successful and FAIL(–1) otherwise.
Grid id (long) returned by EOS_GD_CREATE or EOS_GD_ATTACH.
Fieldname (string).
A named variable that will contain the fill value.
None
In this example, we get the fill value for the “Temperature” field:
status = EOS_GD_GETFILLVALUE(gridID, "Temperature", tempfill)
5.2 |
Introduced |